Approval Service
ApprovalPanelsInformationDto
This entity contains the number of open approvals for an approval panel.
| Datatype | Name | Description |
|---|---|---|
| Integer | Count | Number of open approvals. |
| TimesApprovalFilter | Origin | Origin of the approval request. |
ApproverSaveDto
This entity contains the base data of an approver.
| Datatype | Name | Description |
|---|---|---|
| ApprovalOrigin | Origin | Origin of the approval request. |
| Guid | ApproverId | Unique ID of the approver. |
ApproverDto : ApproverSaveDto
This entity contains the data of an approver.
| Datatype | Name | Description |
|---|---|---|
| Guid | UserId | Unique ID of the user. |
| String | UserName | User name. |
| String | ApproverName | Name of the approver. |
| String | GroupName | Name of the user group. |
| String | LogonName | Logon name of the approver. |
CoverPersonSaveDto
This entity contains the base data of a cover person.
| Datatype | Name | Description |
|---|---|---|
| ApprovalOrigin | Origin | Origin of the approval request. |
| Guid | DefaultCoverPersonId | Unique ID of the default cover person. |
CoverPersonDto : CoverPersonSaveDto
This entity contains the data of a cover person.
| Datatype | Name | Description |
|---|---|---|
| Guid | ApproverId | Unique ID of the approver. |
| UserProfileDto | DefaultCoverPerson | Default cover person. |
| String | DefaultCoverPersonName | Name of the default cover person. |
ProjectTimeApprovalItemDto
This entity contains an item of the project time approval panel.
| Datatype | Name | Description |
|---|---|---|
| Guid | UserId | Unique ID of the user. |
| String | UserName | User name. |
| Guid | ProjectId | Unique ID of the project. |
| String | ProjectName | Name of the project. |
| Bool | IsExpanded | Indicates whether the item is expanded in the panel. |
WorkTimeApprovalItemDto
This entity contains an item of the work time approval panel.
| Datatype | Name | Description |
|---|---|---|
| Guid | UserId | Unique ID of the user. |
| String | UserName | User name. |
| Guid | OrganisationUnitId | Unique ID of the organization unit. |
| String | OrganisationUnitName | Name of the organization unit. |
| Bool | IsExpanded | Indicates whether the item is expanded in the panel. |